home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
computer
/
casio_st
/
prog_fx
/
oisac2
/
affiche1.txt
< prev
next >
Wrap
Text File
|
1994-03-01
|
278b
|
7 lines
1 '*** GADGET *** AFFICHE1 ***
5 CLS:CLEAR:INPUT"Ecris un message puis appuie surla touche [EXE] :",A$:CLS
10 IFA$="";A$="DEMONSTRATION"
20 L=LEN(A$):K=16-L/2:FORI=65TO90:FORJ=1TOL:C$=MID$(A$,J,1):IFASC(C$)>I;C$=CHR$(I)
30 B$=B$+C$:NEXT:PRINTCSRK;B$;:IFB$<>A$;B$="":NEXT